Room description ...
int GetBinaryProperty(string property)
Gets a binary integer Custom Property associated with this room (0 or 1).
bool GetBoolProperty(string property)
Gets a bool Custom Property associated with this room.
LooseInteger GetIntegerProperty(string property)
Gets an integer Custom Property associated with this room.
string GetTextProperty(string property)
Gets a string Custom Property associated with this room.
void ProcessClick(int x, int y, CursorMode cursorMode)
Performs default processing of a mouse click at the specified co-ordinates.
void SetBinaryProperty(string property, int value)
Sets a binary integer Custom Property associated with this room.
void SetBoolProperty(string property, bool value)
Sets a bool Custom Property associated with this room.
void SetIntegerProperty(string property, int value)
Sets an integer Custom Property associated with this room.